Method: REXML::Validation::Choice#<<

Defined in:
lib/rexml/validation/relaxng.rb

#<<(event) ⇒ Object



370
371
372
# File 'lib/rexml/validation/relaxng.rb', line 370

def <<( event )
  add_event_to_arry( @choices, event )
end